stubdom: Fix stubdom-dm after c/s 19818
authorKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Jul 2009 17:12:13 +0000 (18:12 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Fri, 10 Jul 2009 17:12:13 +0000 (18:12 +0100)
19818 added the following line to stubdom-dm:
  . ./stubdompath.sh
and replaced many paths with variables.  However the path to
stubdompath.sh is obviously wrong and stubdompath.sh is nowhere to be
found anyway.  For the moment I am dropping . ./stubdompath.sh and
hardcoding the values of the variables.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
stubdom/stubdom-dm

index 06b29e5b3fda916729dae6ba9be1e55d54010026..b163df22224d3e2d5271a2107ff2a45d7f69a051 100644 (file)
@@ -5,7 +5,8 @@
 # dm script around stubdomains.
 #
 
-. ./stubdompath.sh
+XEN_CONFIG_DIR="/etc/xen"
+XENFIRMWAREDIR="/usr/lib/xen/boot"
 stubdom_configdir="${XEN_CONFIG_DIR}/stubdoms"
 
 # To fit xterms nicely